home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_name == 0)
- {
- _parent.nextFrame();
- this.onEnterFrame = function()
- {
- var _loc1_ = _parent;
- if(!_loc1_.hitTest(_root._xmouse,_root._ymouse,true))
- {
- _loc1_.chosen = false;
- _loc1_.prevFrame();
- this.onEnterFrame = null;
- }
- };
- }
- else if(price._currentframe == 1 and tapa._visible != true)
- {
- price.gotoAndStop("buy");
- }
- }
-